home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / inventor / noodle / Grid.iv < prev    next >
Encoding:
Text File  |  1994-08-02  |  646 b   |  32 lines

  1. #Inventor V1.0 ascii
  2.  
  3. Separator {
  4.     PickStyle { style UNPICKABLE }
  5.     LightModel { model BASE_COLOR }
  6.     NormalBinding { value DEFAULT }
  7. # Grid
  8.     BaseColor { rgb 0.2 0.2 0.2 }
  9.     Array {
  10.         numElements1 61
  11.         separation1 .5 0 0
  12.         origin CENTER
  13.  
  14.         Coordinate3 { point [ 0 -15 -.00001, 0 15 -.00001 ] }
  15.         LineSet { numVertices [ 2 ] }
  16.     }
  17.     Array {
  18.         numElements1 61
  19.         separation1 0 .5 0
  20.         origin CENTER
  21.  
  22.         Coordinate3 { point [ -15 0 -.00001, 15 0 -.00001 ] }
  23.         LineSet { numVertices [ 2 ] }
  24.     }
  25. # Axes
  26.     BaseColor { rgb 0.4 0.0 0.0 }
  27.         Coordinate3 { point [ -15.0 0.0 0.0, 15.0 0.0 0.0,
  28.             0.0 -15.0 0, 0.0 15.0 0.0 ]
  29.     }
  30.     LineSet { numVertices [ 2, 2 ] }
  31. }
  32.